Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IndexError when typing._alias() has missing arguments #2623

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

correctmost
Copy link
Contributor

Type of Changes

Type
🐛 Bug fix

Description

Closes #2513

Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.24%. Comparing base (9371982) to head (58a3c28).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2623   +/-   ##
=======================================
  Coverage   93.24%   93.24%           
=======================================
  Files          93       93           
  Lines       11051    11060    +9     
=======================================
+ Hits        10304    10313    +9     
  Misses        747      747           
Flag Coverage Δ
linux 93.13% <ø> (?)
pypy 93.24% <ø> (+<0.01%) ⬆️
windows 93.24% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
astroid/brain/brain_typing.py 87.50% <ø> (ø)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IndexError when _alias() has no arguments
3 participants